Persistent memory MCP server for Claude. Store decisions, code snippets, and knowledge that
survives across sessions. Features semantic search, Git integration (auto-sync commits/PRs), task
tracking, memory snapshots, and team collaboration.
Server Config
{
"mcpServers": {
"contextforge": {
"command": "npx",
"args": [
"-y",
"contextforge-mcp"
],
"env": {
"CONTEXTFORGE_API_KEY": "<YOUR_API_KEY>"
}
}
}
}